body {
  background: url("../img/miladfakurianbackgroundsombre.jpg") no-repeat center
    center/cover;
}
.wrapper {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.wrapper.active {
  right: 300px;
}
section {
  line-height: 1.8;
  z-index: 1;
  padding: 15px;
  background: url("../img/miladfakurianbackgroundsombre.jpg") no-repeat center
    center/cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 70px;
}
section p {
  padding: 20px 40px;
}
section table {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
section table thead {
  background-color: rgba(250, 244, 244, 0.7607843137);
}
section th {
  border: 1px solid #000;
}
section a {
  text-decoration: none;
  border-bottom: 1px solid #555f61;
  font-weight: 600;
  padding: 2px;
  color: #fff;
  transition: background-position 0.7s cubic-bezier(0.8, 0.18, 0.02, 1.02),
    border-bottom 1s ease-out, color 1s ease-out;
}
section h3 {
  margin: 10px;
  text-transform: uppercase;
  font-weight: 1000;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
section div p {
  margin-bottom: 10px;
}
section tr {
  border: 1px solid #000;
}
section td {
  border: 1px solid #000;
}
.menu ul {
  position: relative;
  top: 20px;
}
@keyframes backgroundglow {
  0% {
    background: #33135c;
  }
  50% {
    background: #33135c;
    box-shadow: 0px 15px 18px 3px #33135c;
  }
  100% {
    background: #33135c;
  }
}
